easy_install ReviewBoard [Errno 104] Connection reset by peer

Posted by blastthisinferno on Stack Overflow See other posts from Stack Overflow or by blastthisinferno
Published on 2010-06-09T13:42:27Z Indexed on 2010/06/09 13:52 UTC
Read the original article Hit count: 612

I have a Kubuntu 10.04 VM image and am trying to install ReviewBoard by following The Linux Installation Wiki. When I get to the step to easy_install ReviewBoard, I encounter a problem I cannot find a solution to. Below is the console output:

>> sudo easy_install ReviewBoard
Searching for ReviewBoard
Best match: ReviewBoard 1.0.8
Processing ReviewBoard-1.0.8-py2.6.egg
ReviewBoard 1.0.8 is already the active version in easy-install.pth
Installing rb-site script to /usr/local/bin

Using /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0.8-py2.6.egg
Processing dependencies for ReviewBoard
Searching for pytz
Reading http://downloads.reviewboard.org/mirror/
Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!
Reading http://pypi.python.org/simple/pytz/
Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!
Reading http://pypi.python.org/simple/pytz/
Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!
Couldn't find index page for 'pytz' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: [Errno 104] Connection reset by peer -- Some packages may not be found!
No local packages or download links found for pytz
error: Could not find suitable distribution for Requirement.parse('pytz')

I am new to python, but it seems like easy_install cannot decide on a version of pytz. I have read

  • http://stackoverflow.com/questions/383738/104-connection-reset-by-peer-socket-error-or-when-does-closing-a-socket-resul
  • http://homepage.mac.com/s_lott/iblog/architecture/C551260341/E20081031204203/index.html

and it seems like the problem described in those articles has more to do with development than my problem, but I could be wrong.

Has anyone encountered a problem like this? If there is any missing information that would help troubleshoot this, please let me know.

© Stack Overflow or respective owner

Related posts about python

Related posts about easy-install